home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 5
/
Aminet 5 - March 1995.iso
/
Aminet
/
biz
/
dbase
/
SCDB_10.lha
/
SCDB_10
/
SCDB.readme
< prev
next >
Wrap
Text File
|
1995-01-28
|
585b
|
22 lines
ALPHA, DEC, LINUX
!! THE DEFAULT "Music.SDB" SCDB-DATABASE IS A 32 BIT BIG-ENDIAN !!
!! BYTE ORDERING DATABASE. USE THE BUILD-IN CONVERT FUNCTION !!
Some Processors (e.g. Intel & National Semiconductor) use
little-endian byte ordering! The default SCDB-database is saved in
big-endian byte ordering.
Little-endian byte ordering processors address the lowest byte with
increasing addresses.
Example:
ADDRESS|00|01|02|03
-------+--+--+--+--
VALUE |AA|BB|CC|DD <- Big-endian byte ordering
|DD|CC|BB|AA <- Little-endian byte ordering